SipClientNatAddress Property |
Gets or sets name or IP address of NAT device (for example router).
Namespace:
Independentsoft.Sip
Assembly:
Independentsoft.Sip (in Independentsoft.Sip.dll) Version: 1.0.700.17927
Syntaxpublic string NatAddress { get; set; }Public Property NatAddress As String
Get
Set
Property Value
Type:
StringThe nat address.
Examples
The following code example set NatAddress property.
client.NatAddress = "84.101.102.103";
or
client.NatAddress = "84.101.102.103:4567";
See Also